home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
terrorism2.swf
/
scripts
/
DefineButton2_284
/
BUTTONCONDACTION on(keyPress r).as
Wrap
Text File
|
2005-01-07
|
312b
|
15 lines
on(keyPress "r"){
if(_root.Gun._currentframe == 1)
{
_root.Gun.gotoAndPlay("M4_reload");
}
else if(_root.Gun._currentframe == 55)
{
_root.Gun.gotoAndPlay("M9_reload");
}
else if(_root.Gun._currentframe == 110)
{
_root.Gun.gotoAndPlay("MP5_reload");
}
}